home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / Etude_House.swf / scripts / DefineSprite_203 / frame_1 / DoAction.as
Text File  |  2011-10-17  |  434b  |  26 lines

  1. stop();
  2. this.onPress = function()
  3. {
  4. };
  5. this.onRelease = function()
  6. {
  7.    gotoAndStop(1);
  8.    if(_root.sel == "8-2")
  9.    {
  10.       _root.sel = "8-0";
  11.       _root.cur_mc.gotoAndStop(1);
  12.       _root.dr_mc.gotoAndStop(1);
  13.    }
  14.    else
  15.    {
  16.       _root.sel = "8-2";
  17.       _root.cur_mc.gotoAndStop(1);
  18.       _root.dr_mc.gotoAndStop(3);
  19.    }
  20.    Mouse.show();
  21. };
  22. this.onReleaseOutside = function()
  23. {
  24.    gotoAndStop(1);
  25. };
  26.